Fix user edit with extra fields#2489
Open
jeffm2001 wants to merge 1 commit intoProgressiveCoders:mainfrom
Open
Fix user edit with extra fields#2489jeffm2001 wants to merge 1 commit intoProgressiveCoders:mainfrom
jeffm2001 wants to merge 1 commit intoProgressiveCoders:mainfrom
Conversation
Collaborator
|
Hi Jeff. I am unable to replicate this because I cannot figure out how to configure extra fields to users. |
Collaborator
Author
|
Yeah, I wasn't surprised that this bug didn't get caught because this feature never got documented and I imagine not many are using it. You can enable extra profile fields by configuring them in the Possibly, you might need to populate the fields for a use and then edit again in order to trigger the bug. Also worth noting that there's an old open PR from WFP #1961 that does add a UI for configuring fields along with other improvements, but it would need a rebase and testing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Starting with v14, if your organization has "extra" profile fields configured, attempting to edit a user results in a blank screen and an error in the javascript console: "Attempted to assign to readonly property"
Checklist: